home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 April / MacFormat CD Edition MF36 (April 1996).iso / Floppy / MacFormat Floppy Archive / MacFormat 11 / HyperCard Example Folder / lastDitch / stylesheet_3149.css < prev   
Encoding:
Cascading Style Sheet File  |  1994-02-07  |  417 b   |  35 lines

  1.         .style1
  2.         {
  3.         }
  4.         .style2
  5.         {
  6.             font-size: 18pt;
  7.         }
  8.         .style3
  9.         {
  10.             font-family: "Times";
  11.             font-style: italic;
  12.             font-size: 18pt;
  13.         }
  14.         .style6
  15.         {
  16.             font-weight: bold;
  17.         }
  18.         .style7
  19.         {
  20.             font-style: italic;
  21.         }
  22.         .style8
  23.         {
  24.             font-family: "Times";
  25.             font-style: italic;
  26.             font-weight: bold;
  27.             font-size: 24pt;
  28.         }
  29.         .style9
  30.         {
  31.             font-family: "Times";
  32.             font-style: italic;
  33.             font-size: 24pt;
  34.         }
  35.